翻訳と辞書
Words near each other
・ Event television
・ Event to knowledge
・ Event tree
・ Event tree analysis
・ Event videography
・ Event Viewer
・ Event winners at the 2012 Summer Paralympics
・ Event, Metaphor, Memory
・ Event-driven
・ Event-driven architecture
・ Event-driven finite-state machine
・ Event-driven investing
・ Event-driven marketing
・ Event-Driven Messaging
・ Event-driven process chain
Event-driven programming
・ Event-driven SOA
・ Event-related functional magnetic resonance imaging
・ Event-related optical signal
・ Event-related potential
・ Eventbrite
・ EventCity
・ EventCity Metrolink station
・ EventDV
・ Eventfinda
・ Eventful
・ Eventful (song)
・ Eventi
・ Eventide
・ Eventide, Inc


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Event-driven programming : ウィキペディア英語版
Event-driven programming

In computer programming, event-driven programming is a programming paradigm in which the flow of the program is determined by events such as user actions (mouse clicks, key presses), sensor outputs, or messages from other programs/threads. Event-driven programming is the dominant paradigm used in graphical user interfaces and other applications (e.g. JavaScript web applications) that are centered on performing certain actions in response to user input.
In an event-driven application, there is generally a main loop that listens for events, and then triggers a callback function when one of those events is detected. In embedded systems the same may be achieved using hardware interrupts instead of a constantly running main loop. Event-driven programs can be written in any programming language, although the task is easier in languages that provide high-level abstractions, such as closures.
==Event handlers==
(詳細はウィキペディア(Wikipedia)

ウィキペディアで「Event-driven programming」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.